Welcome![Sign In][Sign Up]
Location:
Search - CSharp data

Search list

[Com PortCommPort-CSharp

Description: 利用rs232类进行串口的读写操作,并在windows下显示读写的数据.开发环境:VS.NET2003-use RS232 serial port for the class to read and write operation and shown in the windows read and write data. Development environment : VS.NET2003
Platform: | Size: 2554 | Author: 任绘锦 | Hits:

[Other resourceCSharp写的数据结构库(从链表到图)

Description: 使用C#写的数据结构库(从链表到图),可以用于教学-use C# to write the data structure library (from the linked list of the map), can be used for teaching
Platform: | Size: 17956 | Author: 何智峰 | Hits:

[Other resourceDBSCAN-csharp

Description: 程序说明: Form1.cs是应用聚类算法DBSCAN (Density-Based Spatical Clustering of Application with Noise)的示例,可以通过两个参数EPS和MinPts调节聚类。 DBSCAN.cs是实现文件,聚类算法的进一步信息请参考“数据挖掘”或者相关书籍 聚类示例数据来自于sxdb.mdb,一个Access数据库。 已知问题及进一步改进建议: 问题:dbscan.cs行64,SortedList不支持重复键,因此若两个数据点距离相同则无法加入集合 解决:采用人为减小一个微小量,使数据点距离不同且不影响聚类结果 上一解决方案的问题:减小double.Epsilon微小量无助于使SortedList认为两点距离以及不同 解决:采用一个指数增长的微小量,连续重试直至SortedList认为距离已经不同 进一步改进建议:可能通过double的强制转型为内存中的byte类型(假设double型转为8个byte) 然后最后一个byte减去0x01可比较漂亮的解决问题,但是……呵呵,C#中我不会这个操作 也可以自己实现一个SortedList,支持重复键,当然,这,好像是微软应该做的工作了 ^_^ Eric Guo <http://www.cnblogs.com/ericguo/> -procedures : Form1.cs clustering algorithm is applied DBSCAN (Density-Based Spati cal Clustering of Application with Noise) example, two parameters can EPS and MinPts regulation clustering. DBSCAN.cs is, the clustering algorithm further information please refer to the "data mining" or books related data clustering example from sxdb.m db, an Access database. Known issues and recommendations for further improvement : : 64 dbscan.cs OK, SortedList not support duplicate keys, and therefore if two data points from the same pool can not be solved by adding : By applying an artificially reduce a small amount of data from different points without clustering results on the impact of a solution of the problem : double.Epsilon small decrease in the amount of helplessness to make that 2:00 S
Platform: | Size: 15653 | Author: Huang Yi | Hits:

[CSharpStudentManage(CSharp)

Description: 一个简单的学生信息管理系统,开发语言为C#,后台数据库为SQL SERVER 2000,采用了三层开发模式(数据访问层、业务逻辑层、表示层)编写。是一个三层结构开发模式的一个简单易学的入门实例。-a simple student information management system, the development of C# language, background database for SQL Server 2000, adopted a three-tier model (data access layer, Business Logic Tier, layer) to prepare. Is a three-tier structure of a development model is easy for beginners example.
Platform: | Size: 30540 | Author: ARK | Hits:

[CSharpForm1

Description: 用c#语言开发的LED显示的程序,可用于测试程序中的数据显示!-with language development LED Display procedures can be used to test procedures for the data show!
Platform: | Size: 1024 | Author: 林进 | Hits:

[Crack Hack数据加密

Description: 数据加密用C#做的加密程序,望各位多提问题-data encryption using C# do encryption, and hopes to raise the issue
Platform: | Size: 28672 | Author: 阿广 | Hits:

[Search EngineASP.NET 数据库搜索引擎

Description: 简单的数据搜索引擎-simple data search engine
Platform: | Size: 96256 | Author: 阿丹 | Hits:

[Mathimatics-Numerical algorithmsDataMining_NaiveBayes_CSharp_WIP_100

Description: Data Mining 算法-Data Mining Algorithms
Platform: | Size: 30720 | Author: samtang | Hits:

[Windows Developcigarette

Description: 用C#写的报表程序,将数据库中的数据做成报表,并支持打印,数据库用SQL SERVER2000,供参考-written statements procedures, the data in the database made statements, and support print, database using SQL Server2000, for reference
Platform: | Size: 374784 | Author: 杜志炜 | Hits:

[DocumentsVisual C#中实现窗体间的数据传递

Description: windows不同窗体件传递数据 -different pieces of data transfer
Platform: | Size: 38912 | Author: 徐水星 | Hits:

[CSharpC#开发WINDOWS CE代码 远程访问SQL CE

Description: 该源码在C#环境下对开发windows ce对数据库的操作语句数据库为sql server ce2.0与sql server 2000的数据复制合并-source in the C# development environment for windows ce operation of the database sql statement to the database server ce2.0 sql server 2000 with the merger of data replication
Platform: | Size: 78848 | Author: 俞长富 | Hits:

[Internet-Network可可书店原代码其文档

Description: 大型商业书店网站,前台C#,后台sql server(原代码,数据库,数据字典) 运行环境:windows平台,II6.0  sql server2-large commercial bookstores website, prospects C#, background sql server (the original code, database, data dictionary) Operating environment : windows platform II6.0 sql server2
Platform: | Size: 758784 | Author: 金辉 | Hits:

[CSharp利用数据集在水晶报表中显示图像的_NET程序教程

Description: 利用数据集在水晶报表中显示图像的_NET程序教程-data sets in use statements crystal display images Garage procedural manuals
Platform: | Size: 24576 | Author: 大程 | Hits:

[CSharpExportDataToExcel

Description: Csharp 直接将数据转换为xls文件 CSharp 操作 excel-Csharp data directly into excel xls file CSharp operation
Platform: | Size: 17408 | Author: 黎松 | Hits:

[Data structscSharp-data-structure

Description: 将数据结构与C#语言和.NET框架结合是本书的一大特点。本书所有的数据结构和算法都是用C#语言进行描述,并在相应章节的末尾介绍了在.NET框架中常用的数据结构和算法。用C#在.NET平台开发的技术人员可以从本书中获得许多有益的知识和技术。-Data structures and C# language and. NET Framework with a major feature of this book. Book all the data structures and algorithms are described using C# language, and in the corresponding end of the chapter describes. NET Framework common data structures and algorithms. With C# in. NET platform development of the technical staff can be obtained from the book many useful knowledge and skills.
Platform: | Size: 1353728 | Author: 小飞 | Hits:

[CSharpCSharp-dataTabletoExcel-XMLSS

Description: 将DataTable数据转换为Mocrosoft OFFICE EXCEL 标准和 XMLSS 文件-The DataTable data into standard and XMLSS Mocrosoft OFFICE EXCEL documents
Platform: | Size: 2048 | Author: linglgin | Hits:

[CSharpcsharp

Description: C#高级编程 第2版 本书为一本综合性C#的图书,第一章 .NET结构, 第二章 c#简介,第三章 c#基础,第四章 类和继承,第五章 面向对象的c#语言,第六章 C#的高级论题,第七章 c#和基类, 第八章 在.NET环境中编程,第九章 windows应用程序,第十章 装配件,第十一章 .NET的数据访问,第十二章 查看.NET的数据,第十三章 XML,第十四章 文件和注册表制作,第十五章 使用Active Directory,第十六章 ASP.NET页面,第十七章 Web服务 第十八章 定制控件,第十九章 COM的互操作性 ,第二十章 COM+服务,第二十一章 会用GDI+绘图,第二十二章 访问Internet,第二十三章 带有.NET Remoting的分布式应用程序 第二十四章 windows服务 第二十五章 .NET的安全性-This book is a comprehensive C# books, chap. NET architecture, c# Introduction Chapter II, Chapter III c# base class and inherit Chapter IV, Chapter V c# object-oriented languages​ ​ , the sixth chapter of C# senior thesis, and Chapter VII c# base class, in Chapter VIII. NET programming environment, Chapter windows application, chapter assembly, Chapter XI. NET data access, see Chapter XII. NET data, Chapter XIII XML, making files and registry XIV, Chapter XV using Active Directory, ASP.NET page Chapter XVI, Chapter XVII Chapter XVIII custom controls Web services, the tenth IX COM interoperability, Chapter COM service, twenty-first chapter will use GDI drawing, Chapter XXII access the Internet, with twenty-three chapters. NET Remoting twenty-fourth of distributed applications Chapter XXV windows service. NET security
Platform: | Size: 35188736 | Author: fangwei | Hits:

[TCP/IP stackVideoCapturer

Description: c#,TCP协议实现视频聊天功能,通过程序捕获摄像头,实现本地视频功能及本地数据流转换,在两台电脑上显示对方视频,实现视频功能。-c#, TCP protocol for video chat, the camera captured through the process and achieve local video and local data stream conversion, in the other two computers on a video display for video functions.
Platform: | Size: 45056 | Author: 刘尚 | Hits:

[CSharpCSharp-data-security-manual-

Description: C#数据安全手册PDF书籍,对.net中通信数据安全的技术讲解详尽-C# Data Security Handbook PDF books on. Net in communications technology to explain the detailed data security
Platform: | Size: 14110720 | Author: maweiqi | Hits:

[CSharpCSharp-data

Description: C#中的资料,里面包含一些程序和讲解,适合初学者学习-C# in the data, which contains some of the procedures and explain, for beginners to learn
Platform: | Size: 652288 | Author: 朱帅 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 46 »

CodeBus www.codebus.net